public interface NegotiationEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handeNegotiationSessionEvent(negotiator.events.NegotiationSessionEvent evt) |
void |
handleActionEvent(negotiator.events.ActionEvent evt)
IMPORTANT:
in handleEvent, do not more than just storing the event and
notifying your interface that a new event has arrived.
|
void |
handleBlateralAtomicNegotiationSessionEvent(negotiator.events.BilateralAtomicNegotiationSessionEvent evt) |
void |
handleLogMessageEvent(negotiator.events.LogMessageEvent evt) |
void handleActionEvent(negotiator.events.ActionEvent evt)
evt - void handleLogMessageEvent(negotiator.events.LogMessageEvent evt)
void handeNegotiationSessionEvent(negotiator.events.NegotiationSessionEvent evt)
void handleBlateralAtomicNegotiationSessionEvent(negotiator.events.BilateralAtomicNegotiationSessionEvent evt)